home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRMEUROCALCULADORA / TFRMEUROCALCULADORA.txt < prev   
Text File  |  2004-10-21  |  2KB  |  113 lines

  1. object frmEuroCalculadora: TfrmEuroCalculadora
  2.   Left = 227
  3.   Top = 168
  4.   HelpContext = 41
  5.   BorderStyle = bsNone
  6.   Caption = 'EuroCalculadora'
  7.   ClientHeight = 101
  8.   ClientWidth = 257
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 257
  24.     Height = 101
  25.     Align = alClient
  26.     BevelWidth = 3
  27.     TabOrder = 0
  28.     OnClick = Panel1Click
  29.     object Label1: TLabel
  30.       Left = 21
  31.       Top = 48
  32.       Width = 100
  33.       Height = 13
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 'PTE'
  37.     end
  38.     object Image2: TImage
  39.       Left = 61
  40.       Top = 68
  41.       Width = 16
  42.       Height = 16
  43.       AutoSize = True
  44.       Picture.Data = {<image000.bmp>}
  45.     end
  46.     object Label2: TLabel
  47.       Left = 16
  48.       Top = 8
  49.       Width = 133
  50.       Height = 22
  51.       Caption = 'Euro Conversor'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clYellow
  54.       Font.Height = -19
  55.       Font.Name = 'Arial'
  56.       Font.Style = []
  57.       ParentFont = False
  58.     end
  59.     object SpeedButton1: TSpeedButton
  60.       Left = 232
  61.       Top = 8
  62.       Width = 20
  63.       Height = 20
  64.       Cursor = crHandPoint
  65.       Caption = 'X'
  66.       Flat = True
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       OnClick = SpeedButton1Click
  74.     end
  75.     object Edit1: TEdit
  76.       Left = 120
  77.       Top = 46
  78.       Width = 106
  79.       Height = 19
  80.       Hint = 'Valor na moeda actual'
  81.       Color = clBlack
  82.       Ctl3D = False
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clLime
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentCtl3D = False
  89.       ParentFont = False
  90.       TabOrder = 0
  91.       OnChange = Edit1Change
  92.     end
  93.     object Edit2: TEdit
  94.       Left = 120
  95.       Top = 68
  96.       Width = 106
  97.       Height = 19
  98.       Hint = 'Valor em Euros'
  99.       Color = clBlack
  100.       Ctl3D = False
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clLime
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       ParentCtl3D = False
  107.       ParentFont = False
  108.       TabOrder = 1
  109.       OnChange = Edit2Change
  110.     end
  111.   end
  112. end
  113.